projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d873a6
)
Add GTK_STATE_LAST to mark the end of GtkState enum.
author
Carlos Garnacho
<carlosg@gnome.org>
Thu, 4 Mar 2010 19:58:18 +0000
(20:58 +0100)
committer
Carlos Garnacho
<carlosg@gnome.org>
Sat, 4 Dec 2010 14:36:47 +0000
(15:36 +0100)
gtk/gtkenums.h
patch
|
blob
|
history
diff --git
a/gtk/gtkenums.h
b/gtk/gtkenums.h
index e7dd7f56c9b5bc5641e1bed621dada2ea98fba43..db53a4172f28f071ecef6563e8c120a2e44df9a2 100644
(file)
--- a/
gtk/gtkenums.h
+++ b/
gtk/gtkenums.h
@@
-367,7
+367,8
@@
typedef enum
GTK_STATE_ACTIVE,
GTK_STATE_PRELIGHT,
GTK_STATE_SELECTED,
- GTK_STATE_INSENSITIVE
+ GTK_STATE_INSENSITIVE,
+ GTK_STATE_LAST
} GtkStateType;
/* Style for toolbars */